pp108 : Business Process Model Input for State Object Model

Business Process Model Input for State Object Model

This topic contains the format of the input for a business process that you can invoke as an action while designing a State Model.
<tuple>
    <new>
        <businessobject>
            <BUSINESS_OBJECT>
                <COL1>val1</COL1>
                <COL2>val2</COL2>
                <COL3>val3</COL3>
            </BUSINESS_OBJECT>
        </businessobject>
        <mdmmetadata>
            <userdn>PARAMETER</userdn>
            <dbevent>PARAMETER</dbevent>
            <hub>
                <keys>PARAMETER</keys>
                <backend>PARAMETER</backend>
                <entity>PARAMETER</entity>
            </hub>
            <spoke>
                <keys>PARAMETER</keys>
                <backend>PARAMETER</backend>
                <entity>PARAMETER</entity>
            </spoke>
        </mdmmetadata>
    </new>
</tuple>